home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Snippets / QuickDraw / PaletteAnimation / PaletteAnimation.make < prev    next >
Encoding:
Text File  |  1992-07-15  |  737 b   |  26 lines  |  [TEXT/MPS ]

  1. #   File:       PaletteAnimation.make
  2. #   Target:     PaletteAnimation
  3. #   Sources:    PaletteAnimation.c PaletteAnimation.r
  4. #   Created:    Wednesday, September 12, 1990 12:47:02 PM
  5.  
  6.  
  7. OBJECTS = PaletteAnimation.c.o
  8.  
  9.  
  10. PaletteAnimation ƒƒ PaletteAnimation.make PaletteAnimation.r
  11.     Rez PaletteAnimation.r -append -o PaletteAnimation
  12.  
  13. PaletteAnimation ƒƒ PaletteAnimation.make {OBJECTS}
  14.     Link -w -t APPL -c '????' ∂
  15.         {OBJECTS} ∂
  16.         "{CLibraries}"CSANELib.o ∂
  17.         "{CLibraries}"Math.o ∂
  18.         #"{CLibraries}"Complex.o ∂
  19.         "{CLibraries}"StdClib.o ∂
  20.         "{CLibraries}"CInterface.o ∂
  21.         "{CLibraries}"CRuntime.o ∂
  22.         "{Libraries}"Interface.o ∂
  23.         -o PaletteAnimation
  24. PaletteAnimation.c.o ƒ PaletteAnimation.make PaletteAnimation.c
  25.      C  PaletteAnimation.c
  26.